-
Notifications
You must be signed in to change notification settings - Fork 40
Update Scheduled Vulnerability Check and Dependabot configurations #2814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Scheduled Vulnerability Check and Dependabot configurations #2814
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds scheduled vulnerability checks for the newly released v3.16 version and shifts Dependabot’s branch tracking up by one release.
- Remove the v3.11 vulnerability check and add a v3.16 check in the GitHub Actions workflow
- Update Dependabot
target-branchentries from 3.11–3.15 to 3.12–3.16
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/scheduled-vuln-check.yaml | Removed the v3_11 job and added a new job for v3_16 vulnerability checks |
| .github/dependabot.yml | Bumped Dependabot target-branch entries to follow the new release line |
Comments suppressed due to low confidence (2)
.github/workflows/scheduled-vuln-check.yaml:55
- [nitpick] Consider refactoring these repeated version-specific jobs into a matrix strategy or reusable workflow to reduce duplication when adding future versions.
call-vuln-check-for-v3_16:
.github/dependabot.yml:39
- [nitpick] This file repeats nearly identical blocks for each branch; using YAML anchors or a shared template could DRY up the configuration and simplify future updates.
target-branch: "3.16"
feeblefakie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
Torch3333
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
komamitsu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Description
This PR updates the Scheduled Vulnerability Check and Dependabot configuration for the ScalarDB 3.16 release.
Related issues and/or PRs
N/A
Changes made
Checklist
Additional notes (optional)
N/A
Release notes
N/A